Articles by Muhammad Arul
-
How to Install Percona XtraDB Cluster on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, mysql • Comments: 3
In this tutorial, I will show you how to install and configure Percona XtraDB Cluster on a CentOS 7 server. We will use Percona XtraDB Cluster 5.6 that is fully compatible to MySQL and the Percona Server.
-
How to Install WordPress with HHVM and Nginx on OpenSUSE Leap 42.1
Author: Muhammad Arul • Tags: linux, opensuse • Comments: 3
In this tutorial, I will show you how to install WordPress (a well known CMS based on PHP) with HHVM and Nginx as our web server. I will use OpenSUSE Leap 42.1 as the operating system, so basic knowledge of OpenSUSE is required. HHVM (HipHop Virtual Machine) is an open source virtual machine developed by Facebook, it is a JIT (just-in-time) compiler to execute programs written in PHP 5 (and some features of PHP 7) and Hack language.
-
How to Install PostgreSQL and phpPgAdmin on OpenSUSE Leap 42.1
Author: Muhammad Arul • Tags: linux, opensuse, server, suse • Comments: 4
PostgreSQL (most people call it Postgres) is an advanced object-relational database management system (ORDBMS). Postgres is an open source database server with more than 18 years of active development which makes Postgres the best choice for enterprise-class applications. In this tutorial, I will show you how to install Postgres on your own server with OpenSUSE Leap as operating system. Then I will install phpPgAdmin so we can manage our Postgres database from the web browser.
-
-
How to Install Seafile with Nginx on openSUSE Leap 42.1
Author: Muhammad Arul • Tags: linux, nginx, opensuse, server, suse • Comments: 1
In this tutorial, I will show you how to build your own file sync and share server with seafile on openSUSE Leap 42.1. Seafile is a free file hosting software with a functionally like Dropbox or Google Drive that can be installed on your own server.
-
How to install and configure OpenVPN on OpenSUSE Leap 42.1
Author: Muhammad Arul • Tags: linux, opensuse, security, suse • Comments: 3
In this tutorial, I will show you how to implement a virtual private network using OpenVPNvpn under the Linux operating system OpenSUSE Leap 42.1. VPN or Virtual Private Network is a secure private network over a public network like the internet. A VPN is a secure tunnel trough the internet which protects your data traffic and increases internet privacy and security. Access to the VPN is restricted by secure authentication methods.
-
How to Install ownCloud 9 with Nginx on OpenSUSE Leap 42.1
Author: Muhammad Arul • Tags: linux, nginx, opensuse, server, web server • Comments: 1
OwnCloud provides Self-hosted file syncing and sharing with a nice web interface and syncing apps for all major mobile and desktop platforms with a functionally like Dropbox, mega, etc. ownCloud makes it easy to access and sync files, calendars, and contacts across your devices. In this tutorial, I will guide you to create your own sync and share server platform with ownCloud. We will install ownCloud with Nginx as the web server, MariaDB (a MySQL fork) as the database and php-fpm to handle the request for php on Linux OpenSUSE Leap 42.1.
-
How to Install Nginx, PHP and MySQL (LEMP Stack) on OpenSUSE Leap 42.1
Author: Muhammad Arul • Tags: linux, nginx, opensuse, server, suse, web server • Comments: 2
LEMP or Linux, Engine-x, MySQL, and PHP is a collection of software installed on the Linux operating system to get your PHP based web applications up and running on the fast Nginx web server. In this tutorial, I will show you how to install Nginx, MariaDB, and PHP-FPM on openSUSE leap 42.1. Then I will configure the OpenSUSE firewall with SuSEfirewall2 to allow access to the Nginx web server and show you how you can add a new virtual host configuration on the Nginx web server.
-
How to Install a LAMP Stack on OpenSUSE Leap 42.1
Author: Muhammad Arul • Tags: linux, opensuse, server, web server • Comments: 5
The LAMP Stack is a collection of open source software installed together on the Linux operating system to get your website and web application running on it. In this tutorial, I will guide you trough the steps to install the LAMP Stack with OpenSUSE Leap 42.1 as the Linux operating system.
-
OpenSUSE Administation with Zypper
Author: Muhammad Arul • Tags: linux, opensuse • Comments: 1
This tutorial shows the steps to install and update OpenSUSE packages with Zypper. Zypper is the command line package manager for openSUSE, introduced in openSUSE 10.2 which uses the libzypp library. Zypper provides a command line interface to manage repositories, the software installation, packages, patches, verifying dependencies etc.
-
How to Install an OpenSUSE Leap 42.1 KDE Desktop
Author: Muhammad Arul • Tags: linux, opensuse • Comments: 0
OpenSUSE Leap is a new type and a new version of OpenSUSE. It is a hybrid Linux distribution that uses the source code of SUSE Linux Enterprise(SLE) to provide a higher stability and reliability then otLinuxinux distributions. In this tutorial, I will guide you trough the OpenSUSe leap installation. I will install OpenSUSE leap with KDE Plasma 5 as the desktop environment.